Dew Stats for .NET
|
Perform the one-way analysis of variance where Data vector (one variable) is indexed by a second grouping GroupIndex vector variable.
Parameters |
Description |
[In] TVec Data |
Data vector of single variable. |
[In] TVecInt GroupIndex |
Stores group indexes. |
out double p |
Returns the significance probability of null hypothesis that two means are equal. If p is less than desired significance alpha then the result suggests the null hypothesis (two means are equal) can be rejected. |
double Alpha |
Desired significance level. |
The following example will perform ANOVA on single variable with three groups (0,1,2 - stored in GroupIndex vector).
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|